-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DM-42027: new stack segfault with libpq #102
Conversation
9a34b7a
to
89c9085
Compare
Hmm... looks like there's a bug in the GHA config; it's building the base container but not the service one. 😞 |
I thought it's a deliberate choice not to build a new service container with just the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change makes sense, but please do test on dev
.
Dockerfile.main
Outdated
@@ -6,5 +6,6 @@ RUN source /opt/lsst/software/stack/loadLSST.bash \ | |||
flask \ | |||
gunicorn \ | |||
python-confluent-kafka \ | |||
openssl=3.1.4 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to add a comment here that this is a workaround for DM-XXXXX?
I'm not familiar with mamba, so I don't know how this line will interact with Conda's rubin-env
. I think it would be good to test this before merging.
Sorry, just saw your comment on Jira. You're right, you'd have to override |
I think conda-forge have fixed the libpq problem now. |
As of earlier today when I tested Not familiar with our whole stack building process well enough, and not finding a jira DM ticket... how do I know if/when the workaround is no longer necessary, except deploying to I'll definitely test in |
d89bb11
to
c7f44d8
Compare
openssl 3.2.0 conflicts with libpq, leading to segfault in butler. This workaround should be removed once the upstream is fixed.
c7f44d8
to
82b0a77
Compare
No description provided.